home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / SOFTWIN1.ZIP / WREAD.TXT < prev   
Text File  |  1993-12-03  |  33KB  |  747 lines

  1.  
  2.  
  3.  
  4.              Softerm Modular Communications and Terminal Emulation
  5.  
  6.                        WREAD.TXT - Documentation Supplement
  7.                                    November 30, 1993
  8.  
  9.  
  10.  
  11.      This Windows Notepad file contains changes and additions to the printed manual.
  12.      To obtain a hardcopy of this information, print the READ.ME file using a command 
  13.      similar to:
  14.  
  15.           COPY READ.ME LPT1
  16.  
  17.      Contents:
  18.  
  19.      1.   Install Procedure
  20.      2.   Changes to Softerm Modular
  21.  
  22.           -  Close Appended Capture (new option)
  23.           -  Profile data base not created automatically
  24.           -  "If File Exists" now supports Zmodem (see also topic 6)
  25.           -  Mark/Copy -> Transmit to host feature
  26.           -  Drag & Drop file uploading
  27.           -  Hot Spots on the monitor
  28.           -  Hide option when downloading
  29.           -  New Paste option
  30.  
  31.      3.   Printing to a Network Printer
  32.  
  33.      4.   Nationality Profile Character Representations
  34.  
  35.      5.   Softrans File Transfer Protocol Source Code
  36.  
  37.      6.   Zmodem File Transfer Protocol
  38.  
  39.      7.   CompuServe B+ File Transfer Protocol
  40.  
  41.      8.   New Modems Added
  42.  
  43.      9.   Asynchronous Tcp/Ip Support
  44.  
  45.      *****
  46.  
  47.      1.   Installing Softerm Modular Plus
  48.       -------------------------------
  49.  
  50.       Run Setup program to install the Softerm TCP/IP Slip Kernel and 
  51.       create Softerm Plus Group and Program Entries or follow these steps:
  52.  
  53.           NOTE: If you don't want to use the TCP/IP Slip Kernel, you can delete all of
  54.                 the files listed in setps 1 through 5 and the goto step 8.
  55.  
  56.             1.  Create these 3 directories off of the Softerm Directory:
  57.             BIN
  58.             ETC
  59.             SETUP
  60.  
  61.             2.  Move these files to the BIN sub-directory:
  62.             WPING.EXE
  63.             WSCM.EXE
  64.             TCPIP_SL.EXE
  65.             WSAFMT.DLL
  66.             WSAVM.DLL
  67.             WSLIPKIF.DLL
  68.             WSCM.HLP
  69.             WPING.HLP
  70.             LOADTCP.BAT
  71.             RMTCP.BAT
  72.             WINSOCK.DLL
  73.  
  74.             3.  Move these files to the ETC sub-directory:
  75.             PROTOCOL
  76.             SERVICES
  77.             MODEMS
  78.  
  79.             4.  Move these files to the SETUP sub-directory:
  80.             PHONES
  81.  
  82.             5.  If your Modem is connected to COM1 and you want the Slip Kernel
  83.                 to use this modem enter the following command at a dos prompt:
  84.  
  85.             copy NETINFO.1 SETUP\NETINFO
  86.  
  87.                 Otherwise, if your Modem is connected to COM2 and you want the Slip Kernel
  88.                 to use this modem enter the following command at a dos prompt:
  89.  
  90.             copy NETINFO.2 SETUP\NETINFO
  91.  
  92.             6.  Add the following lines to the end of your AUTOEXEC.BAT file:
  93.  
  94.             SET TCPOPEN=C:\SOFTERM
  95.             SET PATH=%PATH%;C:\SOFTERM
  96.             CALL LOADTCP
  97.  
  98.         NOTE:  Change C:\SOFTERM to the drive:\Path where Softerm is located.
  99.  
  100.             7.  Reboot your PC and continue.
  101.  
  102.             8.  Create a new group entitled "Softerm Plus".
  103.  
  104.             9.  Create a new program within that group giving Windows
  105.                 the full path and program name to SOFTERM.EXE. 
  106.  
  107.           And that's it.  In the SOFTERM.MDB file, you can go in and
  108.           add or delete any dial sessions that you like.   Double click
  109.           on it with the mouse, and you are set.
  110.  
  111.       If you would like to create a Softerm Icon that Starts a specifyed
  112.       Session, for example an Icon that will start Softerm Plus and
  113.       connects to Compuserve;
  114.  
  115.         Create a new program with in the Softerm Plus Group giving the
  116.         full path and program name followed by the Session Name and "/p";
  117.  
  118.         C:\SOFTERM\SOFTERM.EXE  "CompuServe"/p
  119.  
  120.       If the Session Profile is in a deferent Database file than the
  121.       default, (Last Database file opened), the add the database file
  122.       name to the command line arguments;
  123.  
  124.         C:\SOFTERM\SOFTERM.EXE  MYDATABS.MDB "CompuServe"/p
  125.  
  126.      *****
  127.           
  128.      2.   Changes to Softerm Modular
  129.           --------------------------
  130.  
  131.           1.   The Problem Determination option has been removed.
  132.  
  133.           2.    Please note the following information to Close Capture:
  134.  
  135.              a.  The cascading menu now appears similar to:
  136.  
  137.                  +------------------------+
  138.                  | Save Capture           |
  139.                  | Discard Capture        |
  140.                  +------------------------+
  141.                  | Close Appended Capture |
  142.                  +------------------------+
  143.  
  144.              b.  Close Appended Capture
  145.                  If the Terminal Emulation printer definition option Append
  146.                  Disk Printer File On Close is enabled and printer data has
  147.                  has been redirected to a disk file, use this option to
  148.                  permanently close the file.
  149.  
  150.                  Important:  A capture cannot be active when this option is
  151.                  used.
  152.  
  153.           3. If the named profile data base does not exist, it will not be
  154.              created.
  155.  
  156.           4. The description of "If File Exists":
  157.  
  158.              If a file with the name you have assigned already exists on
  159.              your PC, you can specify that you want to:
  160.  
  161.              - Resume the transfer (if you are using Zmodem);
  162.              - Replace the existing file;
  163.              - Append the received data to the end of the existing file,
  164.                or;
  165.              - Stop the file transfer.
  166.                     
  167.           5. Auto-detect ZModem and CompuServe B+ Protocols.  
  168.              These download protocols will start receiving a file 
  169.              automatically when you are downloading.  You no longer
  170.              need to go in and start the download manually.
  171.              The program is set up so that you can enable/disable the 
  172.              autodownload session by changing it under the Settings
  173.              menu, selecting Terminal Emulation, and Auto Download.
  174.              Under the Dialog box for Auto Download, you can set your
  175.              default download path, and set your options for "If file
  176.              exists....".
  177.  
  178.  
  179.           6. Mark/Copy -> Transmit to host feature
  180.              Now you can mark a section of text using your mouse and
  181.              transmit it to the host.  If it is a single character, 
  182.              like 'x', double click on it.  That will send it.  If it
  183.              is a block of text, mark it off with the mouse, click on
  184.              the EDIT menu, and select transmit to host.  The block
  185.              will be received at the other end of the connection.  
  186.              This is defined under Settings, System Environment, and then
  187.              select Edit Action Options.  From there you can set up how
  188.              you want the transmission to be formatted, and where you 
  189.              want it to go.
  190.  
  191.           7. Drag & Drop file uploading
  192.              This allows you to drag a file out of the File Manager
  193.              in Windows, and drop it into the window in which you are
  194.              connected, and it will upload the file to your host.  Note,
  195.              you must be at the place on your host where you can do that!
  196.              Uses default session protocol, if none, it uses the
  197.              character protocol.
  198.     
  199.           8. Hot Spots on the monitor
  200.              If you are on a service that asks you to press (Enter) to
  201.              continue, all you have to do is double click on a blank
  202.              area of the screen.  That will send a carriage return to
  203.              the other end.  It will also send entire words, finding the
  204.              beginning and the end of the word.  By double clicking on
  205.              that word, it will transmit it to the host or to clipboard,
  206.              dependant upon how it is configured.  It can also  transmit
  207.              an entire page of text, by highlighting it with the mouse,
  208.              then clicking somewhere inside of that block, and it will
  209.              be transmitted.  Refer to item #5 for defining the settings
  210.              for this option.
  211.  
  212.           9. Hide option when downloading
  213.              There is a button that you can select in the download 
  214.              screen that will minimize your session while you are 
  215.              downloading and maintain the download.
  216.          
  217.